home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / progs / grafica / pcad20a / scripts / test.rexx < prev   
OS/2 REXX Batch file  |  1994-03-21  |  143b  |  9 lines

  1. /* Teste PCAD-ARexx Schnittstelle */
  2. HOST = ADDRESS()
  3. SAY "Portname:" HOST
  4. 'line;0,0;10.0,10.0;'
  5. 'another'
  6. 'box;0,0;10.0,10.0;'
  7. 'void;'
  8. EXIT 0
  9.